Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

token: Fix typos for cargo-spellcheck #7503

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Conversation

joncinque
Copy link
Contributor

Problem

There are typos in the token code, and people sometimes fix them, but mostly don't.

Summary of changes

Starting with the token/* directory, fix all typos or properly put them between backticks if they're code.

These were all found using cargo spellcheck and a specialized dictionary with programming / Solana / ZK terminology. Once all of the typos are fixed, then we can add the spellchecking to CI.

#### Problem

There are typos in the token code, and people sometimes fix them, but
mostly don't.

#### Summary of changes

Starting with the `token/*` directory, fix all typos or properly put
them between backticks if they're code.

These were all found using `cargo spellcheck` and a specialized
dictionary with programming / Solana / ZK terminology. Once all of the
typos are fixed, then we can add the spellchecking to CI.
@joncinque joncinque merged commit 2479c1e into solana-labs:master Nov 18, 2024
35 checks passed
@joncinque joncinque deleted the tktypos branch November 18, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant